home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213b.zoo / test / swaplns.awk < prev    next >
Encoding:
Text File  |  1991-04-06  |  66 b   |  8 lines

  1. {
  2.     if ((getline tmp) > 0) {
  3.         print tmp
  4.         print
  5.     } else
  6.         print
  7. }
  8.